home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / kerm229.arc / MSKERMIT.INI < prev   
Text File  |  1986-11-18  |  465b  |  23 lines

  1. ; Make shift-comma send a left angle bracket
  2. ;set key scan 556
  3. ;<
  4. ; Shift-period sends a right angle bracket
  5. ;set key scan 558
  6. ;>
  7. ; Accent grave is where ESC is supposed to be
  8. set key scan 96
  9. \33
  10. ; Put accent grave on the ESC function key
  11. set key scan 27
  12. `
  13. ; Make BACKSPACE send a Ctrl-H
  14. set key scan 14
  15. \010
  16. set local-echo off
  17. set baud 9600
  18. set parity even
  19. set handshake none
  20. set flow-control xon/xoff
  21. set terminal Heath-19
  22. set term color 32
  23.